Submit

飞影数字人

@Flyworks AI

免费快速的数字人对口型服务
Overview

what is Flyworks MCP?

Flyworks MCP is a free and fast zeroshot lipsync tool that allows users to create lipsynced videos using digital avatars. It supports a variety of avatar styles, including realistic and cartoon representations.

how to use Flyworks MCP?

To use Flyworks MCP, clone the repository from GitHub, install the required dependencies, set your Flyworks API token, and run the server. You can then create lipsync videos by providing a digital avatar video and an audio file.

key features of Flyworks MCP?

  • Create lipsynced videos from digital avatar videos and audio inputs.
  • Supports various video formats (mp4, mov) and audio formats (mp3, m4a, wav).
  • Easy integration with other applications like Claude and Cursor.

use cases of Flyworks MCP?

  1. Creating engaging content for social media using digital avatars.
  2. Developing interactive educational materials with animated avatars.
  3. Enhancing video games with realistic character animations.

FAQ from Flyworks MCP?

  • Is Flyworks MCP free to use?

Yes! Flyworks MCP is free to use, but there are limitations on the daily quota and video duration for free access.

  • What are the system requirements?

You need Python 3.8+ and specific dependencies like httpx and mcp[cli].

  • How can I get full access?

For full access without limitations, please contact Flyworks AI to acquire your token.

Server Config

{
  "mcpServers": {
    "flyworks": {
      "command": "uvx",
      "args": [
        "flyworks-mcp",
        "-y"
      ],
      "env": {
        "FLYWORKS_API_TOKEN": "your_api_token_here",
        "FLYWORKS_API_BASE_URL": "https://hfw-api.hifly.cc/api/v2/hifly",
        "FLYWORKS_MCP_BASE_PATH": "/path/to/your/output/directory"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.